A module can be loaded using the following lboot command:
A module can also be loaded using the following ml command:% lboot -L master
If a major number is specified by the ml command, that major number must match the major number used to create the corresponding device in /dev. If a major number is not specified, a device needs to be created in /dev with the major number selected by the ml command. The major number selected by the ml command can be found by using the ml list command described below. For more information about creating devices, see the mknod(1M) man page entry.% ml ld -[v] -[cbBfm] module.o -p prefix \ [-s major major...] [-a modname]
If a module is loaded successfully by the ml command, an id number, which can be used to unload the module, is returned.